This project demonstrates routines can be used to effectively parse a string into its elements. They can be used to obtain the word count and linecount in a textbox. A single or variable length delimiter may be used. For small amounts of text are plenty fast but they bog down with large amounts of text. The 32K limit is also a pain. Nonetheless for many situations they are useful (parsing command-line paramters, tag values, INI file values, etc.)